"DESCRIPTION 1"="If you have activated the "Details" view inside Explorer, you can see all details of a file or folder."
"DESCRIPTION 2"="By right-clicking on one of the column titles in Explorer, you can bring up a list of more items to be displayed."
"DESCRIPTION 3"="In this window, you'll find a button titled "More" that can be used to show the "Comment" field which is very useful."
"DESCRIPTION 4"=" "
"DESCRIPTION 5"="Normally, a folder can not have a comment, but with this plug-in you can add one: just select the folder you want to comment, then press "Apply"."
"DESCRIPTION 6"="NOTE: If you are viewing this folder inside Explorer while using this plug-ins, you need to press F5 to refresh the display."
"AUTHOR"="Xteq Systems"
"CONTACTURL"="http://www.xteq.com"
"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"="Thanks to CptSiskoX, Pierre and Ojatex for their help!"
sFile="desktop.ini"
sSec=".ShellClassInfo"
sValName="InfoTip"
Sub Plugin_Initialize
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
sPath=GetUIElement(1)
if right(sPath,1)<>"\" then
sPath=sPath & "\"
end if
sValue=IniReadValue(sPath & sFile,sSec,sValName)
sComment=InputWindow("Comment for '" & sPath & "'",sValue,1)